projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d5ef11
)
(change-major-mode-with-file-name): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 11 Feb 2007 02:28:57 +0000
(
02:28
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 11 Feb 2007 02:28:57 +0000
(
02:28
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 36f9e0353fb09071dac7c5920d0de7ce497282d0..6d5b101d3c177871c13da72193db7222282046a6 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2829,7
+2829,7
@@
It is dangerous if either of these conditions are met:
However, the mode will not be changed if
\(1) a local variables list or the `-*-' line specifies a major mode, or
\(2) the current major mode is a \"special\" mode,
-\ not suitable for ordinary files, or
+\
not suitable for ordinary files, or
\(3) the new file name does not particularly specify any mode."
:type 'boolean
:group 'editing-basics)